home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 March
/
PCWorld_2007-03_cd.bin
/
temacd
/
rapidphp
/
rapidphp7.exe
/
{app}
/
templates
/
WML
/
Simple Page.wml
< prev
Wrap
Extensible Markup Language
|
2005-10-05
|
703b
|
32 lines
<?xml version="1.0" encoding="windows-1252"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<!-- This sample demonstrates simple WML page -->
<!-- This is "Go Back" menu item -->
<template>
<do type="back" label="Go Back">
<prev/>
</do>
</template>
<!-- This is first card -->
<card id="main" title="Hello!">
<p align="center">
Hello World!<br/>
<br/>
<a href="#second">Read more</a>
</p>
</card>
<!-- This is second card -->
<card id="second" title="My First Page">
<p align="left">
This is my first WAP page. I made it with software from Karlis Blumentals.
</p>
</card>
</wml>